home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / NewsTicker / source code / Extractors / CNNExtractor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-19  |  569 b   |  19 lines  |  [TEXT/CWIE]

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    NewsTicker, my Hack for 1997
  4. #
  5. #    CNNExtractor.cp    -    Derived from HTMLExtractor, we get passed the tokens
  6. #                            and try to recognize headlines out of it.  We parse
  7. #                            the page "www.cnn.com", the technical news page of
  8. #                            c|net.com.
  9. #
  10. ------------------------------------------------------------------------------*/
  11.  
  12. #ifndef CNNEXTRACTOR_H
  13. #define CNNEXTRACTOR_H
  14.  
  15. void LoadCNN(sMyDataPtr gGlobalsPtr);
  16. Boolean MustReloadCNN(sMyDataPtr    gGlobalsPtr);
  17.  
  18. #endif        //CNNEXTRACTOR_H
  19.